CollectionView::GetItem
Section: ET++ method description (n)
Updated: automatically Mon Apr 8 20:18:15 1991
Index
Return to Main Contents
NAME
CollectionView::GetItem - instance method
TEMPLATE
itemAt = VObject *
GetItem(int column, int row)
SPECIFIERS
public
DESCRIPTION
GetItem returns the item in the specified cell. If the cell is empty the instvar defaultItem is returned.
ARGUMENTS
- int column
-
the column number of the searched item
- int row
-
the row number of the searched item
RETURN ARGUMENT
- VObject * itemAt
-
the item at the column and row or the instvar defaultItem if the specified cell is empty
CATEGORIES
mapping, client interface
FILES
- implementation:
-
CollView.C
Index
- NAME
-
- TEMPLATE
-
- SPECIFIERS
-
- DESCRIPTION
-
- ARGUMENTS
-
- RETURN ARGUMENT
-
- CATEGORIES
-
- FILES
-
This document was created by
man2html,
using the manual pages.
Time: 00:40:30 GMT, March 30, 2022